-
Notifications
You must be signed in to change notification settings - Fork 3
Minor GHA updates #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor GHA updates #343
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
=======================================
Coverage 40.02% 40.02%
=======================================
Files 45 45
Lines 4240 4240
Branches 380 380
=======================================
Hits 1697 1697
Misses 2523 2523
Partials 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances GitHub Actions security and automation by adding explicit permissions to workflows and improving the release drafter configuration. The changes follow the principle of least privilege and add valuable automation for semantic versioning.
- Adds explicit
permissionsto five workflow files, restricting each to minimum required access - Configures release drafter with templates for name, tag, and change formatting
- Implements automatic semantic version resolution based on PR labels
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/release_drafter.yml |
Adds contents: write permission required for creating draft releases |
.github/workflows/publish_to_pypi.yml |
Adds contents: read permission for code checkout |
.github/workflows/codecov.yml |
Adds contents: read permission for code checkout |
.github/workflows/ci-rust.yml |
Adds workflow-level contents: read permission for all Rust CI jobs |
.github/workflows/ci-python.yml |
Adds workflow-level contents: read permission for all Python CI jobs |
.github/release-drafter.yml |
Adds name/tag/change templates and version-resolver configuration for automatic semantic versioning |
No description provided.